Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NDynamicArray<T> Class / LastIndexOf Method / LastIndexOf(T,Int32) Method


In This Topic
    LastIndexOf(T,Int32) Method
    In This Topic
    Gets the last index of the specified item, starting from the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Function LastIndexOf( _
       ByVal item As T, _
       ByVal startFrom As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDynamicArray(Of T)
    Dim item As T
    Dim startFrom As System.Integer
    Dim value As System.Integer
     
    value = instance.LastIndexOf(item, startFrom)
    public System.int LastIndexOf( 
       T item,
       System.int startFrom
    )

    Parameters

    item
    startFrom
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also